| lcHatchGetPoint | Home |
|
BOOL lcHatchGetPoint ( HANDLE hHatch, int iPnt, double* pX, double* pY ); |
| hHatch | |
| Handle to a hatch object. | |
| iPnt | |
| Zero-based index of a hatch boundary's point. | |
| pX pY | |
| Pointers to variables that will receive the coordinates. | |
| If the function succeeds, the return value is nonzero (TRUE). If the function fails, then probably the index of point is invalid. |
| Code sample, lcHatchGetLoopSize |